Revision: network-manager--MAIN--0--patch-435
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 16:05:37 BST 2005
Standard-date: 2005-08-13 15:05:37 GMT
New-files: src/.arch-ids/nm-dbus-dhcp.c.id
    src/.arch-ids/nm-dbus-dhcp.h.id src/nm-dbus-dhcp.c
    src/nm-dbus-dhcp.h test/.arch-ids/nm-dhcp-opt-test.c.id
    test/nm-dhcp-opt-test.c
Modified-files: ChangeLog NetworkManager.h configure.in
    dhcpcd/client.h dhcpcd/dhcpcd.c dhcpcd/dhcpcd.h
    src/Makefile.am src/NetworkManagerDHCP.c
    src/NetworkManagerDbus.c src/NetworkManagerDbusUtils.h
    src/NetworkManagerDevice.h src/NetworkManagerMain.h
    test/.cvsignore test/Makefile.am
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-435
Summary: 2005-02-13  Dan Williams  <dcbw@redhat.com>
CSCVSID: MAIN.436
Keywords: cscvs:MAIN.436

Author: dcbw
Date: 2005-02-13 22:10:02 GMT
2005-02-13  Dan Williams  <dcbw@redhat.com>

	Patch from Dan Reed:  DHCP options D-BUS API
		Exposes the DHCP options that a device receives to clients over D-BUS.

	* configure.in
		- A few cleanups

	* dhcpcd/client.h
		- Correct names, option length, and types for DHCP options

	* dhcpcd/dhcpcd.[ch]
		- Clarify function names that access DHCP options & data

	* src/NetworkManagerDHCP.c
		- Use new DHCP data access functions

	* src/NetworkManagerDbus.c
		- Message handler for DHCP functions

	* src/nm-dbus-dhcp.[ch] (new)
		- DHCP dbus methods

	* test/nm-dhcp-opt-test.c
		- Test DHCP D-BUS API and return all present DHCP options
